Choose the Record command from the Edit Selection Formula menu on the Report menu. The Record Selection Formula Editor appears, displaying the current record selection formula.
You can use the full range of operator, functions, and data field to edit the formula. This formula restricts the range of data that will print. For example, if you want to extract only those records where the item number begins with AA, you can use the Subscript operator in the selection formula:
{file.Item number} [1 to 2] = "AA"
Edit your formula.
Click Accept when finished. The program limits the report to the records specified.
Note:
No object frame appears when you create a selection formula; the formula is simply stored in the report.
Your record selection formula must be Boolean; that is, it must result in a Yes or No answer.
You can not use commas in the numbers you enter in a formula. Enter only the number itself.